home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / vsrc.tar / voyager7_src / pager.h < prev    next >
C/C++ Source or Header  |  1991-02-27  |  376b  |  25 lines

  1. #if !defined(pager_included)
  2. #define pager_included
  3. /*
  4. // Abstract:
  5. //    PAGER.H---Display Pager
  6. //
  7. //    The Display Pager C inlcude file defines the interface to the
  8. //    Display Pager routines.
  9. //
  10. // Author:
  11. //    Derek S. Nickel
  12. //
  13. // Creation date:
  14. //    27 October 1990
  15. //
  16. // History:
  17. // V01-001    Derek S. Nickel        27-OCT-1990
  18. //    Original.
  19. //
  20. */
  21.  
  22. extern void pager(int lines);
  23.  
  24. #endif
  25.